home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00827_Script_Alien Payoff exit < prev    next >
Text File  |  1995-05-21  |  798b  |  33 lines

  1. on exitFrame
  2.   global length, ZappedOrNot, snap1, snap2, theMovieName, gtheday
  3.   if the movieTime of sprite 48 > length then
  4.     put the movietime of sprite 48 into ZappedOrNot
  5.     repeat with d = 7 to 10
  6.       puppetsprite d, false
  7.     end repeat
  8.     puppetsprite 48, false
  9.     set the movietime of sprite 48 to 0
  10.     --set the directToStage of cast theMovieName to 0
  11.     set the sound of cast theMovieName to 0
  12.     updatestage
  13.     
  14.     if ZappedOrNot >= 1200 then 
  15.       go frame "AlienParalyze"
  16.       puppetsound 0
  17.       exit
  18.     end if
  19.     
  20.     if snap1 <> 0 then
  21.       go frame "AlienDarkroom"
  22.       puppetsound 0
  23.       exit
  24.     else
  25.       go frame  gtheDay & "NoShots"
  26.       puppetsound 0
  27.       exit
  28.     end if
  29.     
  30.   end if
  31.   updatestage
  32.   go to the frame
  33. end